| GUI Help > Create > createListView | ||||||||||||||
|
createListView |
||||||||||||||
| int handle=createListView(int x, int y, int width, int height, handle parent) | ||||||||||||||
|
Description: Creates a listview. Listviews display items of data such as an image using an image and a piece of text. Listviews have three ways of displaying items:
|
||||||||||||||
|
Return Value: Handle to the new gadget. |
||||||||||||||
| Parameters: | ||||||||||||||
|
||||||||||||||
| Remarks:
|
||||||||||||||
| See Also:
|
||||||||||||||
|
Example: (Note: You will need to include the GUI constants file for this example to work) |